+Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_set_mode):
+ queue_resize_on_group with both the old and new mode, not
+ just the new mode. (#60171, Nicolas Setton). Also, notify
+ the "mode" property.
+
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
+Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_set_mode):
+ queue_resize_on_group with both the old and new mode, not
+ just the new mode. (#60171, Nicolas Setton). Also, notify
+ the "mode" property.
+
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
+Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_set_mode):
+ queue_resize_on_group with both the old and new mode, not
+ just the new mode. (#60171, Nicolas Setton). Also, notify
+ the "mode" property.
+
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
+Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_set_mode):
+ queue_resize_on_group with both the old and new mode, not
+ just the new mode. (#60171, Nicolas Setton). Also, notify
+ the "mode" property.
+
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
+Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_set_mode):
+ queue_resize_on_group with both the old and new mode, not
+ just the new mode. (#60171, Nicolas Setton). Also, notify
+ the "mode" property.
+
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
+Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_set_mode):
+ queue_resize_on_group with both the old and new mode, not
+ just the new mode. (#60171, Nicolas Setton). Also, notify
+ the "mode" property.
+
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
+Sun Nov 4 18:39:43 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtksizegroup.c (gtk_size_group_set_mode):
+ queue_resize_on_group with both the old and new mode, not
+ just the new mode. (#60171, Nicolas Setton). Also, notify
+ the "mode" property.
+
Sun Nov 4 16:02:08 2001 Owen Taylor <otaylor@redhat.com>
* gdk/gdkwindow.[ch]: Add a function gdk_window_invalidate_maybe_recurse()
if (size_group->mode != mode)
{
+ if (size_group->mode != GTK_SIZE_GROUP_NONE)
+ queue_resize_on_group (size_group);
size_group->mode = mode;
- queue_resize_on_group (size_group);
+ if (size_group->mode != GTK_SIZE_GROUP_NONE)
+ queue_resize_on_group (size_group);
+
+ g_object_notify (G_OBJECT (size_group), "mode");
}
}